Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUITheme Class / ClearBorderAndBackground Method / ClearBorderAndBackground(NSchema,NThemingState[]) Method


In This Topic
    ClearBorderAndBackground(NSchema,NThemingState[]) Method
    In This Topic
    Clears the border and the background of the theming style associated with the specified target and each of the given states.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ClearBorderAndBackground( _
       ByVal target As NSchema, _
       ByVal states() As NThemingState _
    ) 
    'Usage
     
    
    Dim instance As NUITheme
    Dim target As NSchema
    Dim states() As NThemingState
     
    instance.ClearBorderAndBackground(target, states)
    public void ClearBorderAndBackground( 
       NSchema target,
       NThemingState[] states
    )

    Parameters

    target
    states
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also